diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-29 17:57:57 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-29 17:57:57 -0400 |
commit | 26fa560e1cab6f9272435e6092c1646e3b58cfff (patch) | |
tree | 67c5cf9c6b141d94062b2851ca1e5b6ece06a49a | |
parent | Remove blinking, it didn't work (diff) | |
download | dotfiles.old-26fa560e1cab6f9272435e6092c1646e3b58cfff.tar.gz dotfiles.old-26fa560e1cab6f9272435e6092c1646e3b58cfff.tar.bz2 dotfiles.old-26fa560e1cab6f9272435e6092c1646e3b58cfff.zip |
Add `--debug-init` flag to emacs startx launch command
-rw-r--r-- | home/.xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.xinitrc b/home/.xinitrc index ed2c1c2..c730f50 100644 --- a/home/.xinitrc +++ b/home/.xinitrc | |||
@@ -11,4 +11,4 @@ xsetroot -cursor_name XC_crosshair | |||
11 | xset r rate 200 60 | 11 | xset r rate 200 60 |
12 | 12 | ||
13 | # Start emacs | 13 | # Start emacs |
14 | exec dbus-launch --exit-with-session emacs | 14 | exec dbus-launch --exit-with-session emacs --debug-init |